home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 423_01 / recio200 / whatsnew < prev   
Encoding:
Text File  |  1994-04-15  |  1.0 KB  |  28 lines

  1. recio, Version 2.00, Release April 15, 1994.
  2. Copyright (C) 1994, William Pierpoint.
  3.  
  4. WHAT'S NEW in RECIO version 2.00?
  5.  
  6. * RECIO can now write as well as read.  Over 25 new functions added for 
  7.   your enjoyment.
  8.  
  9. * New record streams that are always open are recout, recerr, and recprn.
  10.   New predefined context numbers are RECOUT, RECERR, and RECPRN.
  11.  
  12. * ROPEN_MAX increased from 5 to 8.
  13.  
  14. * New symbolic error constants are: 
  15.     R_EINVMOD - tried to read file opened in write mode, or vice versa.
  16.     R_ENOPUT  - unable to output data.
  17.  
  18. * New callback warning function and associated warning functions.
  19.   Now all empty data strings are trapped as warnings.  Application can
  20.   choose to handle them or to ignore them.  Failure of atexit function 
  21.   is changed from an error to a warning.
  22.  
  23. * New symbolic warning constants:
  24.     R_WEMPSTR - data string is empty.
  25.     R_WWIDTH  - data too wide for columnar output.
  26.     R_WNOREG  - unable to register exit function with atexit().
  27.                 (changed from error R_ENOREG).
  28.